commit | 4ec56c176a0d1522602d8ed0e1ca220d011b09cc | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 06 18:43:54 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 06 18:43:54 2020 +0000 |
tree | 08487a2465b034e40c30b16dd6df7c53c36e1a52 | |
parent | 2f0b5ed1acf2d9c1642b77e486c29f5b22e0017d [diff] | |
parent | 579d9a2618dca34aeb95055a75f2c5db72f6d6e7 [diff] |
Upgrade oss-fuzz to 65956add1114508bb8b482b6abf9ad2240130c24 am: 223784e722 am: 579d9a2618 Change-Id: I87f3124a74275667a121432d97bd6a1d88954adb
Fuzz testing is a well-known technique for uncovering programming errors in software. Many of these detectable errors, like buffer overflow, can have serious security implications. Google has found thousands of security vulnerabilities and stability bugs by deploying guided in-process fuzzing of Chrome components, and we now want to share that service with the open source community.
In cooperation with the Core Infrastructure Initiative, OSS-Fuzz aims to make common open source software more secure and stable by combining modern fuzzing techniques with scalable, distributed execution.
We support the libFuzzer and AFL fuzzing engines in combination with Sanitizers, as well as ClusterFuzz, a distributed fuzzer execution environment and reporting tool.
Currently, OSS-Fuzz supports C/C++, Rust, and Go code. Other languages supported by LLVM may work too. OSS-Fuzz supports fuzzing x86_64 and i386 builds.
Read our detailed documentation to learn how to use OSS-Fuzz.
As of August 2019, OSS-Fuzz has found over 14,000 bugs in 200 open source projects.